ScxV6Object.FullName Method

Returns the full name of this object.

Example:

The following example written in VB.NET shows the List method being used to retrieve the full name of an object:

Dim Svr As ScxV6DbClient.ScxV6Server

Dim Obj As ScxV6DbClient.ScxV6Object

' Connect to the server

Svr = New ScxV6DbClient.ScxV6Server

Svr.Connect("MAIN", "", "")

' Find a folder on the system

Obj = Svr.FindObject("Group.Sub-Group")

Console.WriteLine(Obj.FullName)

' Disconnect

Svr.Disconnect()


Disclaimer

Geo SCADA Expert 2020